home *** CD-ROM | disk | FTP | other *** search
- // ProgIDs.RC -- Resource script for Delphi TurboCAD local servers.
- // Delphi doesn't support type libraries, so we use this resource
- // to find out what servers are in the .EXE.
- // (In lieu of performing a big search of the registry).
-
- // "PROGIDS" is the predefined name for the resource -- Do not change.
- // Each server in the EXE should have its prog id listed here.
- // Separate server prog ids by "\0".
- // Terminate with an additional "\0".
-
- PROGIDS RCDATA
- BEGIN
- "RRect.RoundedRect\0\0"
- END
-